+2004-08-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+ a typo, noticed by Tim Janik.
+
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
+2004-08-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+ a typo, noticed by Tim Janik.
+
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
+2004-08-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+ a typo, noticed by Tim Janik.
+
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
+2004-08-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_add_widget): Fix
+ a typo, noticed by Tim Janik.
+
Wed Aug 25 15:15:56 2004 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkpathbar.c (gtk_path_bar_size_allocate): Change the Down
groups = get_size_groups (widget);
- if (!g_slist_find (groups, widget))
+ if (!g_slist_find (groups, size_group))
{
groups = g_slist_prepend (groups, size_group);
set_size_groups (widget, groups);